@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-light';
  src: url(../fonts/poppins-light.ttf) format('truetype'), url(../fonts/poppins-light.eot) format('eot'), url(../fonts/poppins-light.woff) format('woff'), url(../fonts/poppins-light.woff2) format('woff2');
}
@font-face {
  font-family: 'kunstlerscript';
  src: url(../fonts/kunstlerscript.ttf) format('truetype'), url(../fonts/kunstlerscript.eot) format('eot'), url(../fonts/kunstlerscript.woff) format('woff'), url(../fonts/kunstlerscript.woff2) format('woff2');
}
@font-face {
  font-family: 'gabo_drive';
  src: url(../fonts/gabo_drive.ttf) format('truetype'), url(../fonts/gabo_drive.eot) format('eot'), url(../fonts/gabo_drive.woff) format('woff'), url(../fonts/gabo_drive.woff2) format('woff2');
}
.container {
  width: 1200px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
#header .nav {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}
#header .nav .logo img {
  width: auto;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
#header .nav .h-search .fa {
  color: #ffffff;
  font-size: 16px;
}
#header .nav .language {
  margin-left: 20px;
  margin-top: 10px;
}
#header .nav .language a {
  display: block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  background: url("../images/cn_03.jpg") no-repeat center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
}
#header .nav .language a.cn {
  background: url("../images/en_03.jpg") no-repeat center;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 50px;
  height: 50px;
  position: relative;
  padding-right: 30px;
}
#header .nav .menu-box .menu {
  float: right;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-family: poppins-light;
}
#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {
  color: #f9a34f;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #f9a34f;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#index-body h2.h2 {
  font-family: poppins-light;
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
#index-body h2.h2 span {
  color: #f9a34f;
  font-size: 48px;
}
#index-body p.p {
  color: #95979a;
  padding: 18px 15% 0;
  font-size: 20px;
  text-align: center;
}
#index-body .i-welcome {
  padding: 96px 0 126px;
  background: #222c35;
}
#index-body .i-product .home_pro {
  position: relative;
}
#index-body .i-product .home_pro_list {
  overflow: hidden;
  background: #1b232a;
}
#index-body .i-product .home_pro_list li {
  float: left;
  height: 77px;
  line-height: 77px;
  font-size: 16px;
  font-family: poppins-light;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-right: 4%;
}
#index-body .i-product .home_pro_list li:last-of-type {
  margin-right: 0;
}
#index-body .i-product .home_pro_list li.act {
  color: #f9a34f;
}
#index-body .i-product .home_pro_cont_l {
  width: 50%;
  float: left;
  position: relative;
  cursor: pointer;
  background: url("../images/bg-img_02.jpg") no-repeat center;
  background-size: 100% 100%;
}
#index-body .i-product .home_mold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 300ms;
}
#index-body .i-product .home_pro_cont_r {
  width: 50%;
  float: right;
  position: relative;
}
#index-body .i-product .home_pro_cont_r li {
  float: left;
  width: 50%;
}
#index-body .i-product .home_pro_cont_r li .img-box {
  position: relative;
}
#index-body .i-product .home_pro_cont_r li .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .home_pro_cont_r li .img-box:hover .layer {
  opacity: 0;
  filter: alpha(opacity=100);
}
#index-body .i-product .home_pro_cont_r li img {
  max-width: 100%;
  vertical-align: middle;
}
#index-body .i-product .home_pro_more {
  position: absolute;
  background: #4f4f4f;
  top: 225px;
  left: 275px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  transition: 300ms;
}
#index-body .i-product .home_pro_more:hover {
  background: #ff4000;
  transition: 300ms;
}
#index-body .i-why {
  padding: 88px 0 40px;
  background: #1e2328;
}
#index-body .i-why .grid-box .column {
  margin-bottom: 50px;
  cursor: pointer;
}
#index-body .i-why .grid-box .column img {
  display: block;
  margin: 0 auto;
  width: auto;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-why .grid-box .column h2 {
  font-size: 18px;
  color: #ffffff;
  margin: 10px 0;
  text-align: center;
}
#index-body .i-why .grid-box .column p {
  color: #949596;
  line-height: 28px;
  text-align: center;
  padding: 0 10%;
}
#index-body .i-why .grid-box .column:hover h2 {
  color: #f9a34f;
}
#index-body .i-why .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
#index-body .i-about .i-text {
  padding: 4% 5% 4% 16%;
  background: #1b232a;
}
#index-body .i-about .i-text h2 {
  text-align: left;
}
#index-body .i-about .i-text h3 {
  color: #f9a34f;
  font-size: 16px;
  font-family: poppins-light;
  margin: 15px 0 20px;
}
#index-body .i-about .i-text p.p2 {
  color: #888b8d;
  line-height: 25px;
  font-size: 16px;
}
#index-body .i-about .i-text .name {
  margin-top: 30px;
}
#index-body .i-about .i-text .name p {
  color: #f9a34f;
  font-size: 60px;
  font-family: kunstlerscript;
}
#index-body .i-about .i-text .name a.more {
  font-size: 16px;
  color: #f9a34f;
  padding-top: 48px;
}
#index-body .i-about .i-text .name a.more:hover {
  color: #ffffff;
}
#index-body .i-about .i-bg {
  background: url("../images/about-bg_03.jpg") no-repeat;
  background-size: cover;
}
#index-body .i-news {
  padding: 123px 0;
  background: #222c35;
}
#index-body .i-news .new-list {
  margin-top: 45px;
  position: relative;
}
#index-body .i-news .new-list .fa {
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  left: -10%;
  top: 50%;
  position: absolute;
  z-index: 99;
}
#index-body .i-news .new-list .fa-chevron-right {
  left: auto;
  right: -10%;
}
#index-body .i-news .new-list .slideBox .swiper-slide .img-box .layer {
  position: relative;
  z-index: 9;
  background: #1b232a;
}
#index-body .i-news .new-list .slideBox .swiper-slide .img-box .layer .i-text {
  padding: 8%;
}
#index-body .i-news .new-list .slideBox .swiper-slide .img-box .layer .i-text h3 {
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
#index-body .i-news .new-list .slideBox .swiper-slide .img-box .layer .i-text h3 a {
  font-size: 15px;
  color: #ffffff;
}
#index-body .i-news .new-list .slideBox .swiper-slide .img-box .layer .i-text p {
  line-height: 25px;
  font-size: 12px;
  color: #949596;
  text-align: center;
}
#index-body .i-news .new-list .slideBox .swiper-slide .img-box .layer .i-time {
  border-top: 1px solid #323940;
}
#index-body .i-news .new-list .slideBox .swiper-slide .img-box .layer .i-time .column {
  font-family: poppins-light;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 25px 0;
  border-right: 1px solid #323940;
  text-transform: uppercase;
}
#index-body .i-news .new-list .slideBox .swiper-slide .img-box .layer .i-time .column:last-of-type {
  border-right: none;
}
#index-body .i-contact {
  padding: 77px 0 110px;
  background: url("../images/contact-bg.jpg") no-repeat center;
  background-size: cover;
}
#index-body .i-contact form input[type="submit"] {
  width: 220px;
  height: 60px;
  border: 2px solid #f9a34f;
  line-height: 56px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: none;
  margin: 20px auto 0;
  display: block;
}
#index-body .i-contact form input[type="submit"]:hover {
  border: 2px solid #ffffff;
}
#index-body .i-contact form ul.li {
  margin-bottom: 30px;
  margin-top: 50px;
}
#index-body .i-contact form ul.li li {
  width: 32%;
  margin-right: 2%;
  float: left;
}
#index-body .i-contact form ul.li li input {
  width: 100%;
  border: 1px solid #383e45;
  font-family: poppins-light;
  padding: 18px 0;
  background: #222c35;
  color: #5b5f65;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-contact form ul.li li input:hover {
  border: 1px solid #ffffff;
}
#index-body .i-contact form ul.li li:nth-child(3) {
  margin-right: 0;
}
#index-body .i-contact form ul textarea {
  width: 100%;
  border: 1px solid #383e45;
  font-family: poppins-light;
  padding: 18px 0;
  background: #222c35;
  color: #5b5f65;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  height: 170px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-contact form ul textarea:hover {
  border: 1px solid #ffffff;
}
#footer a:hover {
  color: #f9a34f !important;
}
#footer .footer-top {
  background: #222c35;
  padding: 66px 0;
}
#footer .footer-top .column {
  width: 30%;
}
#footer .footer-top .i-company {
  padding: 0 3%;
  width: 40%;
}
#footer .footer-top .i-company img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#footer .footer-top .i-company .icon {
  margin-top: 15px;
}
#footer .footer-top .i-company .icon .fa {
  color: #ffffff;
  border: 1px solid #353e46;
  font-size: 15px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#footer .footer-top .i-company .icon .fa:hover {
  color: #f9a34f;
}
#footer .footer-top .i-company .icon .fa-twitter {
  color: #3a5897;
}
#footer .footer-top .i-company .icon .fa-facebook-f {
  color: #54abed;
}
#footer .footer-top .i-company .icon .fa-linkedin {
  color: #dc4a38;
}
#footer .footer-top h2 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
  font-family: poppins-bold;
  text-align: center;
  margin-top: 27%;
  text-transform: uppercase;
}
#footer .footer-top h2.h2{
	text-align:right;
}
#footer .footer-top p {
  color: #a9acae;
  font-size: 14px;
  margin-top: 10px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
}
#footer .footer-top ul li {
  line-height: 30px;
  color: #a9acae;
  font-size: 15px;
  cursor: pointer;
}
#footer .footer-top ul li .fa {
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}
#footer .footer-top ul li a {
  color: #a9acae;
  font-size: 15px;
}
#footer .footer-top ul li:hover {
  color: #f9a34f;
}
#footer .footer-top ul li:hover .fa {
  color: #f9a34f;
}
#footer .footer-top ul.pro li {
  text-align: right;
}
#footer .footer-bottom {
  background: #1b232a;
}
#footer .footer-bottom p {
  color: #a9acae;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
#footer .footer-bottom p a {
  color: #a9acae;
}

.inner-banner {
  height: 400px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #ffffff;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page {
  font-family: roboto-light;
}
.inner-page .sideBar {
  padding: 10px 0;
  background: #cccccc;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #f9a34f url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #f9a34f;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  background: #f9a34f;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #ffffff;
  padding: 10px 12px 10px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  background: #000;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #333333;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 24px;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: roboto-light;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 40px 0 51px;
  background: #fbfbfb;
  line-height:25px;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 0px 0 211px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .pro-bPic {
  width: 47.3%!important;
}
.prodet-page .prodet-pics .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  /*box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);*/
}
.prodet-page .prodet-pics .pro-det-one {
  padding-left: 4%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .pro-det-one .proName {
  color: #121212;
  font-size: 26px;
  font-family: roboto-light;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.prodet-page .prodet-pics .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a:hover {
  background: #f9a34f;
  color: #fff;
}
.prodet-page .prodet-pics .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding:60px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: roboto-black;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: roboto-light;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #f9a34f;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #f9a34f;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: roboto-light;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #f9a34f url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #f9a34f;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #f9a34f;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page {
  font-family: roboto-regular;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 27px;
  font-family: roboto-black;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
}
.contact-page .c-list-box .contactList .info .fa {
  color: #000;
  margin-right: 10px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .info .fa.fw2{
  color: #f2f2f2;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #ededed;
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #f9a34f;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}


/*.i-product {
  padding: 132px 0 166px;
}*/
.i-product .i-tit {
  color: #1b1b1b;
  font-family: roboto-light;
}
.i-product .pro-list {
  margin-top: 69px;flex-wrap: wrap;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
  width: 32.3%;
  margin-right: 1%;
}
.i-product .pro-list > .column img{ margin:0 auto; display: block; }
.i-product .pro-list .con-box {
  /*margin-top: -26px;*/
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .con-box a:hover {
  color: #f9a34f!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 35px 35px 0;
  font-family: roboto-light;
}
.i-product .pro-list .con-box .inner-box .tit{
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: roboto-light;
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
  text-align: center;
  display: block;
}
.i-product .pro-list .con-box .inner-box .more .fa {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #f9a34f;
  border-color: #f9a34f;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #f9a34f;
}
.slideBox {
    overflow: hidden;
}
#inner-canvas {
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    z-index: 99;
}

.ws-title{

}

.ws-title h2{
  font-family: montserrat-bold;

}
.ws-title p{
      font-family: montserrat-semibold;
  font-style: italic;
}
#wowslider-container1 .ws-title div{
  width: 100% !important;
}

.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #f9a34f;
  border-color: #f9a34f;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #f9a34f;
}


#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,#cs th{
  padding: 5px 10px;
  border: none;
  width: 50%;
}
#cs tr:nth-child(even){
  background: #efefef;
}
#cs tr:nth-child(odd){
  background: #f9a34f;
}
#cs td:first-child {
  color: #000;
}
#cs td:last-child {
  color: #000;
}
.prodet-det-two table{
  border: 1px solid #ffffff;
  width: 100% !important;
}
.prodet-det-two table tr td{
padding: 8px 0;
}
.prodet-det-two table tr:nth-child(odd) {
    background: #c4d8bf !important;
}


.side-outer .side-menu-mobile {
  margin-bottom: 25px;
  display: none;
}
.side-outer .side-menu-mobile li {
  margin-bottom: 2px;
}
.side-outer .side-menu-mobile li a {
  color: #000000;
  font-size: 16px;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #efefef;
  padding-left: 19px;
  overflow: hidden;
}
.side-outer .side-menu-mobile li a:hover,
.side-outer .side-menu-mobile li a.active {
  background: #f9a34f;
  color: #ffffff;
}

.theme-default .nivo-controlNav{
  position: absolute;
  bottom: 22%;
}

#banner {
  position: relative;
}
#banner .text {
  width: 40%;
  border: 16px solid #ffffff;
  padding: 3%;
  left: 30%;
  bottom: 20%;
  position: absolute;
}
#banner .text h2 {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
#banner .text p {
  font-family: gabo_drive;
  font-size: 72px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

/* add */
.i-product .grid-box .i-about-bg{
	background: url(../images/bg-img_02.jpg) no-repeat center;
	background-size: cover;
}
@media screen and (max-width: 1416px) {
#banner .text {
    width: 55%;
    left: 22%;
}

}
@media screen and (max-width: 1322px) {
  #header .nav .menu-box .menu > li {
    margin: 0 10px;
  }
  #index-body .i-product .home_pro_list {
    height: 154px;
  }
  #index-body .i-product .home_pro_list li {
    width: 50%;
    margin-right: 0%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about .i-text {
    width: 100%;
  }
  .prodet-page .prodet-pics .pro-bPic{ width: 100% !important; }
.prodet-page .prodet-pics .pro-det-one{width: 100% !important;padding-left: 0!important;}
.new-pic{display: none;}
.new-con{width: 100%;}
 .prodetFeedback .ptForm .fbTop {
    margin-bottom: 10px;
}
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 15px;
}
.i-product .pro-list > .column {
    width: 49%;
    margin-right: 1%;
}
#banner .text {
    width: 85%;
    left: 9%;
}
#banner .text p {
    font-size: 32px;
}
.i-product .grid-box .column{
	width: 100%;
}
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #index-body h2.h2 {
    font-size: 20px;
  }
  #index-body h2.h2 span {
    font-size: 20px;
  }
  #index-body p.p {
    padding: 18px 3% 0;
    font-size: 14px;
  }
  #index-body .i-welcome {
    padding: 30px 0;
  }
  #index-body .i-product .home_pro_list li {
    font-size: 14px;
  }
  #index-body .i-product .home_pro_cont_r {
    width: 100%;
  }
  #index-body .i-why {
    padding: 30px 0 40px;
  }
  #index-body .i-why .grid-box .column {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-why .grid-box .column p {
    line-height: 25px;
    padding: 0 3%;
  }
  #index-body .i-about .i-text {
    padding: 4% 5% 4% 5%;
    background: #1b232a;
  }
  #index-body .i-about .i-text p.p2 {
    font-size: 14px;
  }
  #index-body .i-news {
    padding: 30px 0;
    background: #222c35;
  }
  #index-body .i-contact {
    padding: 30px 0;
  }
  #index-body .i-contact form ul.li li {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-bottom: 20px;
  }
  #index-body .i-contact form ul.li {
    margin-bottom: 0px;
  }
  #footer .footer-top .column {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-top h2 {
    margin-top: 0%;
  }
  #footer .footer-top ul.pro li {
    text-align: left;
  }
  #footer .footer-bottom p {
    line-height: 25px;
  }
  .inner-banner {
    height: 100px;
}
.inner-page .sideBar {
    display: none;
}
  .side-outer .side-menu-mobile {
  display: block;
}
.about-page .inner-main-box {
    padding: 20px 0 51px;
}
.about-page .a-whyUs {
    padding: 20px 0 50px;
}
.about-page .a-whyUs .a-txt {
    margin: 20px 0 20px;
}
.i-whyUs{display: none;}
  #index-body .i-map {
    padding-bottom: 0px;
  }
  #index-body .i-map .i-text {
    margin-top: 0;
  }
  #index-body .i-map .i-text .i-map-text h2 {
    font-size: 18px;
  }
  #index-body .i-map .i-text .i-map-text h2:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #f9a34f;
  }
  #index-body .i-about {
    padding-top: 20px;
  }
  #index-body .i-map .i-text .i-map-text p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
  }
  #footer .footer-top .column {
    width: 100%;
  }
  #footer .footer-top .column.i-qr {
    display: none;
  }
  #footer .footer-top h2 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #footer .footer-bottom p {
  line-height: 30px;
  padding: 15px 0 80px;
}
.product-page .i-product {
    padding: 11px 0 0px;
}
.i-product .pro-list {
    margin-top: 0px;
}
.i-product .pro-list > .column {
    margin-bottom: 19px;
    width: 48.5%;
    margin-right: 1.5%;
}
.i-product .pro-list .con-box .inner-box {
    padding: 5px 5px 0;
}
.i-product .pro-list .con-box .inner-box .abst{
  display: none;
}

.prodet-page .prodet-pics {
    padding: 5px 0 10px;
}
.prodet-page .prodet-pics .pro-det-one .proName {
    font-size: 18px;
    margin: 20px 0 20px;
}
.prodet-page .prodet-det-two {
    padding: 20px 0 20px;
    background: #efefef;
}
.prodet-page .prodetTit { font-size: 18px; }
.prodet-page .recommand-product {
    padding: 31px 0 30px;
}
.prodetFeedback .innerTit {
    font-size: 18px;
  }
 
.news-page .new-list {
    padding-top: 0px!important;
}
.news-page .new-list li {
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #777777;
}

.news-page .new-list li .new-con .abst {
    margin: 10px 0 15px;
}
.m-page {
    padding: 10px 0;
}
.newdet-page .news {
    padding: 10px 0 10px!important;
}
.faq-page .faq-list {
    padding: 28px 0 30px;
}
.contact-page .c-list-box .contactList .fr{ display: none;  }
.contact-page .c-list-box .contactList .fl{ width: 100%;  }
.contact-page .c-list-box {
    padding: 10px 0 10px;
    background: #f2f2f2;
}
.contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
}
.contact-page .c-list-box .contactList .info .fa {
    margin-right: 10px!important;
}
#banner .text p {
    font-size: 12px;
}
#banner .text h2 {
    font-size: 14px;
}
#banner .text {
    width: 85%;
    left: 9%;
        border: 6px solid #ffffff;
}
}


.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}
